#!/bin/sh
#
# VP1000 OSIRIX
#

echo "delete"

    sudo rm -r /Applications/OsiriX.app

# This script is ALWAYS successful
exit 0;


